home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / whomp.swf / scripts / DefineSprite_341 / frame_22 / DoAction.as
Encoding:
Text File  |  2007-04-20  |  130 b   |  10 lines

  1. if(_root.delayVal > _root.delayMax)
  2. {
  3.    this.gotoAndPlay(this._currentframe + 1);
  4. }
  5. else
  6. {
  7.    prevFrame();
  8.    play();
  9. }
  10.